Microsoft DirectX 8.1 (C++)

CRenderedInputPin::Active

Notifies the pin that the filter has changed state from stopped to paused or running.

Syntax

HRESULT Active(void);

Return Value

Returns an HRESULT value.

Remarks

This member function overrides CBasePin::Active. It sets both m_bAtEndOfStream and m_bCompleteNotified to FALSE before calling the base class implementation.

See Also